T
The type of objects contained in the list.
ESRI.ArcGIS.Mobile.Client
Generic MostRecentlyUsedList Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Generic MostRecentlyUsedList Class

An ordered collection of most recently used (MRU) items. Items are added to the beginning of the list (index [0]). If an item added to the list already exists in the list, the existing item is removed from the list and the item is added to the beginning of the list. The size of the list may be constrained by specifying a maximum size parameter in the constructor. A MaxSize of zero (0) indicates there is no size restriction.

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<XmlRootAttribute("MostRecentlyUsedList")>
Public Class MostRecentlyUsedList(Of T) 
C# 
[DefaultMemberAttribute("Item")]
[XmlRootAttribute("MostRecentlyUsedList")]
public class MostRecentlyUsedList<T> 

Type Parameters

T
The type of objects contained in the list.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.MostRecentlyUsedList

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 All Rights Reserved.